embedsNN 3   IE 4   DOM n/a

A collection of all EMBED elements contained in the current element. Collection members are sorted in source code order. Internet Explorer lets you use array notation or parentheses to access a single element in the collection.

 
 
Object Model Reference
NN document.embeds
IE document.embeds
lengthNN 3   IE 4   DOM n/a
 Read-only
 

Returns the number of elements in the collection.

 
Example
var howMany = document.embeds.length
 
Value
Integer.